Imitation learning with MRPiZ robot

Imitation learning exemple with the MRPiZ robot : record the speed of the two motors repead the speed of the motors   The python code : from mrpiZ_lib import * import time # acquisition frequency TIME_ACQ = 0.1 # acquisition time TEMPS_ACQ = 200 liste_mr = [] liste_ml = [] # main program # record … Continue reading Imitation learning with MRPiZ robot